Classifying wine types using a custom-built neural network model.
This project involves the development of a Multi-layer Perceptron (MLP) model from scratch to classify wines into three types based on chemical analysis attributes. The model implements backpropagation and utilizes 5-fold cross-validation to evaluate performance. The baseline model outputs random predictions for comparison.
Click the link below to view the full code and documentation for this project on GitHub:
View on GitHub